Ni-14Al (at%)合金的 kdb文件示例
参考文件夹: $Pandat_Installation_Folder\Pandat 2024 Examples\PanEvolution\Ni-14%Al\Ni-14Al_Precipitation.kdb
这个 kdb文件中定义了L12_Fcc(γ’)相的动力学参数,该相位于Ni-Al二元合金富Ni侧,Fcc(γ)是基体相。动力学参数的详细解释列于组织演化模块(PanEvolution)中的表格中表 4。该 kdb文件也可用于多元Ni基高温合金,但是一些关键参数如界面能、和/或形核质点数量等,需要做相应的校准。根据ASM手册,可以找到或估计各种类型晶体结构的摩尔体积和原子间距。镍基合金中γ和γ'相之间的界面能为0.02-0.035 J/m2,在该例中将其视为常数。如析出相形核所讨论的,界面能也可以通过模型估算,我们将在Ni-14Al (at%)合金界面能计算的kdb文件示例中给出一个这样的例子
<Alloy name="NI-14Al_KWN">
<MatrixPhase name="Fcc">
<ParameterTable type="kinetic" name="Parameters for gamma">
<Parameter type="Molar_Volume" value="7.1E-6"
description="Molar Volume" />
</ParameterTable >
<PrecipitatePhase name="L12_FCC" model="KWN" morphology="Sphere"
nucleation="Modified_Homo" growth="SFFK">
<ParameterTable type="kinetic" name="Parameters for Gamma_prime">
<Parameter type="Molar_Volume" value="7.1E-6"
description="Molar Volume" />
<Parameter type="Interfacial_Energy" value="0.025"
description="Interfacial Energy" />
<Parameter type="Atomic_Spacing" value="3.621E-10"
description="Atomic Spacing" />
<Parameter type="Nucleation_Site_Parameter" value="0.001"
description= "Nucleation Site Parameter" />
</ParameterTable >
</PrecipitatePhase >
</MatrixPhase >
</Alloy >